(vc-revert-buffer1): Typo fix in last change.
authorRoland McGrath <roland@gnu.org>
Mon, 19 Apr 1993 21:29:48 +0000 (21:29 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 19 Apr 1993 21:29:48 +0000 (21:29 +0000)
lisp/vc.el

index fb2d1b2f042cd20a1743abadd8a23cc459f47948..c143fe93e5abcca441db544bcf6218229978ce9d 100644 (file)
@@ -282,7 +282,7 @@ the master name of FILE; this is appended to an optional list of FLAGS."
              ;; Move the pointer up to find the error we were at before
              ;; reparsing.  Now next-error should properly go to the next one.
              (while (and compilation-error-list
-                         (/= error-pos (car (car errors))))
+                         (/= error-pos (car (car compilation-error-list))))
                (setq compilation-error-list (cdr compilation-error-list))))))
       (setq reparse (cdr reparse)))